home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / edebug / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  819 b   |  22 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'edebug-autoloads) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el")
  5.  
  6. (autoload 'def-edebug-spec "edebug" "\
  7. Set the edebug-form-spec property of SYMBOL according to SPEC.
  8. Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
  9. \(naming a function), or a list." nil 'macro)
  10.  
  11. (defalias 'edebug-defun 'edebug-eval-top-level-form)
  12.  
  13. (autoload 'edebug-eval-top-level-form "edebug" "\
  14. Evaluate a top level form, such as a defun or defmacro.
  15. This is like `eval-defun', but the code is always instrumented for Edebug.
  16. Print its name in the minibuffer and leave point where it is,
  17. or if an error occurs, leave point after it with mark at the original point." t nil)
  18.  
  19. ;;;***
  20.  
  21. (provide 'edebug-autoloads)
  22.